[Kibernetik 12K Airconditioner] added heating mode, constrained temperature range to fit the air conditioner#5637
Open
Louisbertelsmann wants to merge 2 commits into
Open
[Kibernetik 12K Airconditioner] added heating mode, constrained temperature range to fit the air conditioner#5637Louisbertelsmann wants to merge 2 commits into
Louisbertelsmann wants to merge 2 commits into
Conversation
…itioner and fix constrain in homeassistant Updated temperature range for the air conditioner and added HEAT mode.
Owner
|
Based on the comments in the file, the original submission was a cool-only model, so any change also needs to work with that. The comment mentions dp 110, but that was not implemented in the file by the submitter. Maybe you can confirm on your model that dp 110 is present and indicates the heat mode as expected. |
make-all
requested changes
Jul 23, 2026
make-all
left a comment
Owner
There was a problem hiding this comment.
This change completely ignores the comment in the original file that the submitter had a cool only model. The change cannot be accepted without feature detection based on model (if possible).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for heating mode for this device (supports it, can confirm) and fixed the homeassistant climate entity not being limited to the devices capabilities, causing usability problems (device supports 16°C to 30°C, not the standard 7°C to 35°C).
Updated temperature range for the air conditioner and added HEAT mode.